Opc.Ua.Core
Reconnect(ITransportWaitingConnection) Method



Opc.Ua Namespace > UaChannelBase<TChannel> Class > Reconnect Method : Reconnect(ITransportWaitingConnection) Method
The reverse transport connection for the Reconnect.
Closes any existing secure channel and opens a new one using an existing channel.
Syntax
'Declaration
 
Public Overloads Overrides Sub Reconnect( _
   ByVal connection As ITransportWaitingConnection _
) 
'Usage
 
Dim instance As UaChannelBase(Of TChannel)
Dim connection As ITransportWaitingConnection
 
instance.Reconnect(connection)
public override void Reconnect( 
   ITransportWaitingConnection connection
)
public:
void Reconnect( 
   ITransportWaitingConnection^ connection
) override 

Parameters

connection
The reverse transport connection for the Reconnect.
Exceptions
ExceptionDescription
Thrown if any communication error occurs.
Remarks
Calling this method will cause outstanding requests over the current secure channel to fail.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaChannelBase<TChannel> Class
UaChannelBase<TChannel> Members
Overload List